golang.org/x/net/http2.ClientConn.hbuf (field)

6 uses

	golang.org/x/net/http2 (current package)
		transport.go#L278: 	hbuf bytes.Buffer // HPACK encoder writes into this
		transport.go#L517: 	cc.henc = hpack.NewEncoder(&cc.hbuf)
		transport.go#L1240: 	cc.hbuf.Reset()
		transport.go#L1247: 	hdrs := cc.hbuf.Bytes()
		transport.go#L1667: 	cc.hbuf.Reset()
		transport.go#L1693: 	return cc.hbuf.Bytes(), nil